home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00159_Script_volume0 < prev    next >
Text File  |  1999-05-31  |  565b  |  21 lines

  1. on mouseDown
  2.   --  for 0 Volume
  3.   global gvolume, cspname
  4.   set wgrp to chars(cspname,1,1)
  5.   if gvolume > 0 then
  6.     if gvolume = 150 then
  7.       set the member of sprite 107 to the number of member (wgrp&"volm")
  8.     else
  9.       set the member of sprite 108 to the number of member (wgrp&"voll")
  10.     end if
  11.     set the member of sprite 106 to the number of member ("r"&wgrp&"vol0")
  12.     set the soundLevel to 1
  13.     set the volume of sound 1 to 0
  14.     set the volume of sound 2 to 0
  15.     set gvolume to 0
  16.     updateStage
  17.   end if
  18.   updateStage
  19.   
  20. end
  21.